home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / BaseSourcePane$5.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.1 KB  |  41 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.DeclarationChangeEvent;
  4.  
  5. class BaseSourcePane$5 implements SchemaDocListener {
  6.    // $FF: synthetic field
  7.    final BaseSourcePane this$0;
  8.  
  9.    public void flavorChanged(SchemaDocEvent var1) {
  10.       this.this$0.inSync = false;
  11.       if (this.this$0.isAdded()) {
  12.          this.this$0.refresh();
  13.       }
  14.  
  15.    }
  16.  
  17.    public void declarationListReordered(SchemaDocEvent var1) {
  18.       this.this$0.dataChanged();
  19.    }
  20.  
  21.    public void declarationChanged(SchemaDocEvent var1, DeclarationChangeEvent var2) {
  22.       this.this$0.dataChanged();
  23.    }
  24.  
  25.    public void declarationListChanged(SchemaDocEvent var1) {
  26.       this.this$0.dataChanged();
  27.    }
  28.  
  29.    public void declarationRemoved(SchemaDocEvent var1) {
  30.       this.this$0.dataChanged();
  31.    }
  32.  
  33.    public void declarationInserted(SchemaDocEvent var1) {
  34.       this.this$0.dataChanged();
  35.    }
  36.  
  37.    BaseSourcePane$5(BaseSourcePane var1) {
  38.       this.this$0 = var1;
  39.    }
  40. }
  41.